home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / cpcug.zip / MOVE.DOC < prev    next >
Text File  |  1987-04-20  |  2KB  |  35 lines

  1.           MOVE                                    Steven Holzner
  2.           Command
  3.           Copyright (c) 1986, Ziff-Davis Publishing Co.
  4.           ______________________________________________________
  5.  
  6.           Purpose:  Allows rapid selection and copying of files
  7.                     to or from a double-sided floppy disk, a
  8.                     RAMdisk, or the current subdirectory of a
  9.                     hard disk.
  10.  
  11.           Format:   MOVE [d:]filename[.ext] d:
  12.  
  13.           Remarks:  MOVE.COM was written to be compatible with
  14.                     all versions of PC-DOS (including 1.1), and
  15.                     so does not support pathnames.
  16.  
  17.           Example:  When you enter a command such as
  18.  
  19.                          MOVE A:*.BAS B:
  20.  
  21.                     each filename on the root (or current)
  22.                     directory of drive A: that has a .BAS
  23.                     extension will be displayed in the form
  24.  
  25.                     Copy filename.BAS (Y/N)?
  26.  
  27.                     If you strike Y, the file will immediately be
  28.                     copied to drive B: and the next appropriate
  29.                     filename will be displayed.  If you strike N,
  30.                     the file will not be copied, and the next
  31.                     appropriate filename will be presented.  The
  32.                     program terminates with a simple return to
  33.                     the DOS prompt when no appropriate files
  34.                     remain to be considered.
  35.